home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / bbs / hydrabbsa8 / source / src.lha / test / sharedlib / common.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-08  |  81 b   |  8 lines

  1. struct Grow
  2.   {
  3.     int i;
  4.     ULONG ul;
  5.     UBYTE ub;
  6.     char string[20];
  7.   };
  8.